home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1997-12-10 | 3.2 KB | 88 lines | [ TEXT/R*ch]
###################################################################### # # File: Setup # # Contains: Standard Guide Script commands for Apple Guide files. # This version has been cut down from the original. # # Coded by: Glenn Katz and Shemin Gau # Modified by: Don Swatman # # Copyright: ©1996 by Apple Computer, Inc. # ###################################################################### ###################################################################### # Help Menu Appearance ###################################################################### <Help Menu> "Tutorial", TUTORIAL <Balloon Menu Text> "Displays information and instructions you can use while working in the MyApplication." <App Creator> 'DShl' ###################################################################### # Access Window Attributes ###################################################################### <Startup Window> SINGLE, TOPICS ###################################################################### # Finder File Information ###################################################################### <VERSION> "Demo Tutorial Guide 1.0 ©1996 Apple Computer", "1.0" ###################################################################### # Prompt Set Definitions ###################################################################### <Define Prompt Set> "How Do I Prompts", "To begin, click the right arrow.", "Do this step, then click the right arrow.", "Do this step, then you’re done.", "Make your choice, then click the right arrow." <Define Prompt Set> "Standard Prompts", "Click the right arrow to continue.", "Click the right arrow to continue.", "——End——", "Make your choice, then click the right arrow." <Default Prompt Set> "How Do I Prompts" ###################################################################### # Navigation Bar Button Definitions ###################################################################### <Define Nav Button> "GoStart",1103,1113,1123,GoStart() <Define Nav Button> "Huh?",1101,1111,1121,DIMMABLE <Define Nav Button Set> "Standard Nav Bar","GoStart","Huh?" <Default Nav Button Set> "Standard Nav Bar" ###################################################################### # Panel Format Definitions ###################################################################### <Define Format> "Full", Column(6,11,330), "Espy Serif", 10, PLAIN, ,Left, false <Default Format> "Full" ###################################################################### # Panel Height Settings ###################################################################### <Max Height> 500 ###################################################################### # Event Definitions ###################################################################### <Define Event> "DoHuh", 's***', 'help', 'dhuh' <Define Event> "GoBack", 's***', 'help', 'gobk' <Define Event> "GoStart", 's***', 'help', 'stac'